gpsbabel.git
21 years agoCorrect creeping C99-ism of inline scope.
robertl [Tue, 20 Apr 2004 20:52:59 +0000 (20:52 +0000)]
Correct creeping C99-ism of inline scope.

21 years agoFix floating point math to make diff/terr usable floats.
robertl [Mon, 19 Apr 2004 19:05:26 +0000 (19:05 +0000)]
Fix floating point math to make diff/terr usable floats.

21 years agoAdding PalmDoc support
parkrrrr [Fri, 16 Apr 2004 16:48:05 +0000 (16:48 +0000)]
Adding PalmDoc support

21 years agoCorrect stupid cut and paste. (Man, Ron's fast...)
robertl [Fri, 16 Apr 2004 16:36:19 +0000 (16:36 +0000)]
Correct stupid cut and paste.   (Man, Ron's fast...)

21 years agoFrom Mark Bradley. Fix yet more mapsource weirdness.
robertl [Fri, 16 Apr 2004 16:27:16 +0000 (16:27 +0000)]
From Mark Bradley.   Fix yet more mapsource weirdness.
Make -t -r -w (not necessarily) be mutually exclusive.

21 years agoDon't jump through null {rd,wr}_inits
robertl [Fri, 16 Apr 2004 16:18:52 +0000 (16:18 +0000)]
Don't jump through null {rd,wr}_inits

21 years agoAdd 'encrypt' option to text, html outputs to keep the hint at least a little secret.
parkrrrr [Fri, 16 Apr 2004 15:37:30 +0000 (15:37 +0000)]
Add 'encrypt' option to text, html outputs to keep the hint at least a little secret.

21 years agoFixed saroute for .anr files containing stops and vias; one of the 'unknown records...
parkrrrr [Fri, 16 Apr 2004 14:17:38 +0000 (14:17 +0000)]
Fixed saroute for .anr files containing stops and vias; one of the 'unknown records' was actually a count of route segments.  Thanks to FizzyMagic for reporting and debugging this.

21 years agoSplit mac-build and mac-release.
robertl [Thu, 15 Apr 2004 18:41:49 +0000 (18:41 +0000)]
Split mac-build and mac-release.

21 years agoAdd webcam handling.
robertl [Thu, 15 Apr 2004 13:42:20 +0000 (13:42 +0000)]
Add webcam handling.

21 years agoLet jeeps pick up wrapped allocators. Make defs.h multiply-included safe.
robertl [Wed, 14 Apr 2004 18:08:39 +0000 (18:08 +0000)]
Let jeeps pick up wrapped allocators.  Make defs.h multiply-included safe.

21 years agoRead enough of the navicache xml to generate useful cache pages with the
robertl [Wed, 14 Apr 2004 17:09:18 +0000 (17:09 +0000)]
Read enough of the navicache xml to generate useful cache pages with the
HTML and TEXT outputs.

21 years agoAdd snwhiteopt to mapsource.
robertl [Wed, 14 Apr 2004 16:42:37 +0000 (16:42 +0000)]
Add snwhiteopt to mapsource.

21 years agoDon't clobber xsi schema when merging.
robertl [Tue, 13 Apr 2004 16:34:30 +0000 (16:34 +0000)]
Don't clobber xsi schema when merging.

21 years agoConsistently and correctly swap endiannness of alt values. Tested on OS/X.
robertl [Tue, 13 Apr 2004 16:33:18 +0000 (16:33 +0000)]
Consistently and correctly swap endiannness of alt values.  Tested on OS/X.

21 years agoBounds check the D108 and D109 packets to protect from blowing the unit
robertl [Mon, 12 Apr 2004 13:00:46 +0000 (13:00 +0000)]
Bounds check the D108 and D109 packets to protect from blowing the unit
away with excessively long host input.

21 years agoBump number for beta.
robertl [Mon, 12 Apr 2004 01:34:54 +0000 (01:34 +0000)]
Bump number for beta.

21 years agoDon't output doodoo for waypoint comment if we dont' have diff/terr. (oops)
robertl [Mon, 12 Apr 2004 01:34:10 +0000 (01:34 +0000)]
Don't output doodoo for waypoint comment if we dont' have diff/terr.  (oops)
For GPilotS "simulated" garmin, don't request position.

22 years agoPrepare for beta.
robertl [Fri, 9 Apr 2004 18:14:02 +0000 (18:14 +0000)]
Prepare for beta.

22 years agoFix zero init of struct WAY (again).
robertl [Fri, 9 Apr 2004 16:13:37 +0000 (16:13 +0000)]
Fix zero init of struct WAY (again).
1) snlen suboption  now allows forced shortname lengths.
2) snwhite suboption now allows generated shortnames to contain
        no whitespace.
3) icons are now mapped by geocache type, just as with Mapsource.
4) Waypoint comment now contains difficulty and terrain when available.
5) I added ascii dump of data written to the Garmins in addition to hex.

22 years agoOops. Scraggling debug code.
robertl [Thu, 8 Apr 2004 18:11:36 +0000 (18:11 +0000)]
Oops.  Scraggling debug code.

22 years agoCorrectly endian-swap altitude.
robertl [Thu, 8 Apr 2004 17:58:59 +0000 (17:58 +0000)]
Correctly endian-swap altitude.
Fix geocache icon mappings for GPX files w/o <sym> tags.

22 years agoDon't even send the NMEAOFF command to the units that can't handle it.
robertl [Thu, 8 Apr 2004 03:55:44 +0000 (03:55 +0000)]
Don't even send the NMEAOFF command to the units that can't handle it.
It blows the synch on ColorTrak away because it's  so slow to respone the
UNABLE...

22 years agoWrap calls to time(2) so we can freeze time for test suite.
robertl [Wed, 7 Apr 2004 15:13:17 +0000 (15:13 +0000)]
Wrap calls to time(2) so we can freeze time for test suite.

22 years agoAdd HTML and Text formats. From Scott at brynen.com.
robertl [Tue, 6 Apr 2004 20:58:32 +0000 (20:58 +0000)]
Add HTML and Text formats.   From Scott at brynen.com.
util.c: tweak html honkers.

22 years agoPedantic leak fixes that aren't actually leak fixes at all... From Rick.
robertl [Tue, 6 Apr 2004 15:45:07 +0000 (15:45 +0000)]
Pedantic leak fixes that aren't actually leak fixes at all... From Rick.

22 years agoEmbarrassing crutch to allow intentional leak of xsi schema.
robertl [Tue, 6 Apr 2004 15:22:43 +0000 (15:22 +0000)]
Embarrassing crutch to allow intentional leak of xsi schema.

22 years agoFrom Rick Richardson.
robertl [Mon, 5 Apr 2004 14:13:23 +0000 (14:13 +0000)]
From Rick Richardson.

    Sets icon_descr
    Sets creation_time
    Adds option to remove retired caches.

22 years agoRemove stray semicolons.
robertl [Mon, 5 Apr 2004 14:06:38 +0000 (14:06 +0000)]
Remove stray semicolons.

22 years agoAdd debug wrappers for str[n]dupt.
robertl [Mon, 5 Apr 2004 13:59:39 +0000 (13:59 +0000)]
Add debug wrappers for str[n]dupt.

22 years agoFix ordering of ele on output so we pass SAXCount -f -v=always -n and
robertl [Mon, 5 Apr 2004 13:41:01 +0000 (13:41 +0000)]
Fix ordering of ele on output so we pass SAXCount -f -v=always -n and
fix misguided "leak no memory" fix so we don't mangle multiple DTD's.

22 years agoAdd ancient ColorTrak. User reports it's OK for w/p upload, but not
robertl [Mon, 5 Apr 2004 03:16:10 +0000 (03:16 +0000)]
Add ancient ColorTrak.   User reports it's OK for w/p upload, but not
download...

22 years agoMake 1.2.2 release.
robertl [Wed, 24 Mar 2004 03:15:58 +0000 (03:15 +0000)]
Make 1.2.2 release.

22 years agoImplemented a debugging option
jfatherton [Sun, 21 Mar 2004 01:42:03 +0000 (01:42 +0000)]
Implemented a debugging option

22 years agoAdd perl script to do coord correction. From jeff at boulter.com.
robertl [Thu, 18 Mar 2004 17:14:52 +0000 (17:14 +0000)]
Add perl script to do coord correction.  From jeff at boulter.com.

22 years agoadd 'correct' option to duplicate filter
parkrrrr [Thu, 18 Mar 2004 16:26:25 +0000 (16:26 +0000)]
add 'correct' option to duplicate filter

22 years agoBump version number for final (bwaahhh hahhh haaaaaah) beta.
robertl [Thu, 18 Mar 2004 05:32:30 +0000 (05:32 +0000)]
Bump version number for final (bwaahhh hahhh haaaaaah) beta.

22 years agoBump version number.
robertl [Thu, 18 Mar 2004 05:25:32 +0000 (05:25 +0000)]
Bump version number.

22 years agoBump version.
robertl [Thu, 18 Mar 2004 05:20:05 +0000 (05:20 +0000)]
Bump version.

22 years ago(1) Points that coincide with a polygon vertex are now inside the polygon by fiat...
parkrrrr [Wed, 17 Mar 2004 15:24:30 +0000 (15:24 +0000)]
(1) Points that coincide with a polygon vertex are now inside the polygon by fiat. (2) Fixed bug in intersection detector when test point was inside segment bbox

22 years agoREADME: cleanup, add an nmea type.
robertl [Tue, 16 Mar 2004 03:48:28 +0000 (03:48 +0000)]
README: cleanup, add an nmea type.
wintesto: regenerate.

22 years agoVersion bump.
robertl [Tue, 16 Mar 2004 03:47:38 +0000 (03:47 +0000)]
Version bump.

22 years agoAdd type mappings for event/unknown caches.
robertl [Tue, 16 Mar 2004 03:46:43 +0000 (03:46 +0000)]
Add type mappings for event/unknown caches.

22 years agoAnnounce version when -D.
robertl [Tue, 16 Mar 2004 03:46:04 +0000 (03:46 +0000)]
Announce version when -D.

22 years agoMore aggressively blank char[] (ass opposed to string) fields.
robertl [Tue, 16 Mar 2004 03:45:45 +0000 (03:45 +0000)]
More aggressively blank char[] (ass opposed to string) fields.

22 years agoAdd additional icon mapping/Jeff Boulter.
robertl [Tue, 16 Mar 2004 03:43:58 +0000 (03:43 +0000)]
Add additional icon mapping/Jeff Boulter.

22 years agoFix typo that resulted in unnecessarily short waypoint names. Confirmed
robertl [Mon, 15 Mar 2004 01:03:53 +0000 (01:03 +0000)]
Fix typo that resulted in unnecessarily short waypoint names.  Confirmed
"good" by user.

22 years agoAllow floating point values for time in GGA.
robertl [Sun, 14 Mar 2004 23:32:27 +0000 (23:32 +0000)]
Allow floating point values for time in GGA.

22 years agoDuplicate icon if dynamic. (Solves crash on Mapsource with KMA corruption.)
robertl [Fri, 12 Mar 2004 17:42:30 +0000 (17:42 +0000)]
Duplicate icon if dynamic.  (Solves crash on Mapsource with KMA corruption.)

22 years agoGive cache type precedence over container type. (Liek the comment said...)
robertl [Fri, 12 Mar 2004 17:41:55 +0000 (17:41 +0000)]
Give cache type precedence over container type.  (Liek the comment said...)

22 years agoAdd icon for 'unknown' caches.
robertl [Fri, 12 Mar 2004 17:41:27 +0000 (17:41 +0000)]
Add icon for 'unknown' caches.

22 years agoFix D104 for GPS III[+] dropping all but first char from waypoint
robertl [Fri, 12 Mar 2004 06:18:01 +0000 (06:18 +0000)]
Fix D104 for GPS III[+] dropping all but first char from waypoint
comment by explictly setting visibilty and toupper-ing the string.

Tested on III+ by byonke at sbcglobal.net.

22 years agoMisc boring code cleanups. There shouldn't be visible changes here.
robertl [Thu, 11 Mar 2004 15:07:45 +0000 (15:07 +0000)]
Misc boring code cleanups.   There shouldn't be visible changes here.

22 years agoCorrect problem on windows writing to non-existent SD file.
robertl [Thu, 11 Mar 2004 15:07:07 +0000 (15:07 +0000)]
Correct problem on windows writing to non-existent SD file.

22 years agoAdd month lookup, used by PCX.
robertl [Thu, 11 Mar 2004 14:53:00 +0000 (14:53 +0000)]
Add month lookup, used by PCX.

22 years agoAdded PCX track readin' and writin'. (No 'rithmitec.)
robertl [Thu, 11 Mar 2004 14:23:30 +0000 (14:23 +0000)]
Added PCX track readin' and writin'.  (No 'rithmitec.)

22 years agoFix icon mappings for multi and micro geocaches.
robertl [Wed, 10 Mar 2004 18:45:11 +0000 (18:45 +0000)]
Fix icon mappings for multi and micro geocaches.

22 years agoMark Bramel identified problems with NG Topo! only [A-Z][0-9] are allowed
robertl [Wed, 10 Mar 2004 18:35:00 +0000 (18:35 +0000)]
Mark Bramel identified  problems with NG Topo! only [A-Z][0-9] are allowed
in waypoint names.

22 years agoAdd saplus.
robertl [Tue, 9 Mar 2004 22:42:43 +0000 (22:42 +0000)]
Add saplus.

22 years agoChange OziExplorer output to write \r\n pairs instead of \n.
alexmot [Tue, 9 Mar 2004 22:18:53 +0000 (22:18 +0000)]
Change OziExplorer output to write \r\n pairs instead of \n.

22 years agore-instate gsshortnames option in gpx.c
alexmot [Mon, 8 Mar 2004 22:39:01 +0000 (22:39 +0000)]
re-instate gsshortnames option in gpx.c

22 years agoFixed error that caused <keywords> and so on to get attached to last waypoint in...
parkrrrr [Mon, 8 Mar 2004 18:24:14 +0000 (18:24 +0000)]
Fixed error that caused <keywords> and so on to get attached to last waypoint in previous file when reading more than one GPX file, or caused segfault when reading more GPX after running filters.

22 years agoAdded 'all' option to position filter
parkrrrr [Mon, 8 Mar 2004 17:46:38 +0000 (17:46 +0000)]
Added 'all' option to position filter

22 years agoParse cache container. Lost in rework.
robertl [Mon, 8 Mar 2004 15:54:25 +0000 (15:54 +0000)]
Parse cache container.   Lost in rework.

22 years agoSplit magellan serial and file into different help texts.
robertl [Mon, 8 Mar 2004 15:44:28 +0000 (15:44 +0000)]
Split magellan serial and file into different help texts.

22 years agoChange default Mapsource version output to 5.
robertl [Sat, 6 Mar 2004 23:34:19 +0000 (23:34 +0000)]
Change default Mapsource version output to 5.

22 years agocsv: decompose UTF to the Queen's Original ASCII.
robertl [Mon, 1 Mar 2004 02:29:23 +0000 (02:29 +0000)]
csv: decompose UTF to the Queen's Original ASCII.
util: add case for ellipsis decoding.

22 years agoDouble up the magellan output in the help for GUI wrappers.
robertl [Sat, 28 Feb 2004 04:22:54 +0000 (04:22 +0000)]
Double up the magellan output in the help for GUI wrappers.

22 years agoBump version for beta.
robertl [Mon, 23 Feb 2004 05:03:23 +0000 (05:03 +0000)]
Bump version for beta.

22 years agoAdd a type (with format output '1') to the '%' output.
robertl [Mon, 23 Feb 2004 04:25:54 +0000 (04:25 +0000)]
Add a type (with format output '1')  to the '%' output.

22 years agoAdd nmea.
robertl [Mon, 23 Feb 2004 04:23:39 +0000 (04:23 +0000)]
Add nmea.

22 years agoAdd poweroff and get current position to garmin.
robertl [Mon, 23 Feb 2004 03:27:06 +0000 (03:27 +0000)]
Add poweroff and get current position to garmin.

22 years agoAdd Street Atlas 2004 Plus, from Jim Bensman a.k.a. junkmailno charter net
robertl [Mon, 23 Feb 2004 03:24:03 +0000 (03:24 +0000)]
Add Street Atlas 2004 Plus, from Jim Bensman a.k.a. junkmailno charter net

22 years agoclean-up code
jfatherton [Wed, 18 Feb 2004 16:17:46 +0000 (16:17 +0000)]
clean-up code

22 years agoAdd auto-mode sensing read/write processing to OziExplorer waypoints, routes, and...
alexmot [Tue, 17 Feb 2004 20:38:07 +0000 (20:38 +0000)]
Add auto-mode sensing read/write processing to OziExplorer waypoints, routes, and tracks.

22 years agoAdd waypoint readin' and writin' to NMEA.
robertl [Sun, 15 Feb 2004 20:26:13 +0000 (20:26 +0000)]
Add waypoint readin' and writin' to NMEA.

22 years agoGive error when no filename is passed to xfopen.
robertl [Sun, 15 Feb 2004 19:04:52 +0000 (19:04 +0000)]
Give error when  no filename is passed to xfopen.
Magellan/windows - fix crash opening non-existent file.

22 years agoDel unused variables.
robertl [Thu, 12 Feb 2004 04:32:22 +0000 (04:32 +0000)]
Del unused variables.

22 years agoLet smplrout and csv_util work with multi-mode stuff. From gtoevan@gmx.net.
robertl [Thu, 12 Feb 2004 04:27:53 +0000 (04:27 +0000)]
Let smplrout and csv_util work with multi-mode stuff.  From gtoevan@gmx.net.

22 years agoFix leak of xsi_schema_loc.
robertl [Tue, 10 Feb 2004 14:36:02 +0000 (14:36 +0000)]
Fix leak of xsi_schema_loc.

22 years agoAdd gpx2xfig.
robertl [Tue, 10 Feb 2004 14:33:06 +0000 (14:33 +0000)]
Add gpx2xfig.

22 years agoAdd -N option to suppress smart icons.
robertl [Tue, 10 Feb 2004 13:51:24 +0000 (13:51 +0000)]
Add -N option to suppress smart icons.

22 years agoSketch in NMEA file reader.
robertl [Tue, 10 Feb 2004 04:52:05 +0000 (04:52 +0000)]
Sketch in NMEA file reader.

22 years agoZero alt if unknown. COrrects problem in Topo 3.0 that isn't seen in 4.20d
robertl [Sun, 8 Feb 2004 03:38:50 +0000 (03:38 +0000)]
Zero alt if unknown.  COrrects problem in Topo 3.0 that isn't seen in 4.20d
or DR.

22 years agosroute, tiger, mapsource: ascii-ify output
robertl [Fri, 6 Feb 2004 08:17:24 +0000 (08:17 +0000)]
sroute, tiger, mapsource: ascii-ify output

22 years agoTighten namespace slightly.
robertl [Fri, 6 Feb 2004 04:02:52 +0000 (04:02 +0000)]
Tighten namespace slightly.

22 years agoFrom gtoevan@gmx.net: Add support for writing Garmin tracks.
robertl [Fri, 6 Feb 2004 04:02:05 +0000 (04:02 +0000)]
From gtoevan@gmx.net: Add support for writing Garmin tracks.

22 years agoVarious UI improvements
jfatherton [Fri, 6 Feb 2004 03:30:49 +0000 (03:30 +0000)]
Various UI improvements

22 years agofix up character set of description when writing.
robertl [Thu, 5 Feb 2004 01:16:42 +0000 (01:16 +0000)]
fix up character set of description when writing.

22 years agoFix track read to not appear as routes.
robertl [Tue, 3 Feb 2004 22:07:53 +0000 (22:07 +0000)]
Fix track read to not appear as routes.
Add track names & sgement identifiers on read.
From gtoevan@gmx.net.

22 years agoimproved user defaults
jfatherton [Tue, 3 Feb 2004 05:06:09 +0000 (05:06 +0000)]
improved user defaults

22 years agoInitial import
jfatherton [Mon, 2 Feb 2004 22:55:49 +0000 (22:55 +0000)]
Initial import

22 years agoRe-enabled user defaults
jfatherton [Mon, 2 Feb 2004 22:27:51 +0000 (22:27 +0000)]
Re-enabled user defaults

22 years agoMakefile: bump version
robertl [Mon, 2 Feb 2004 17:28:43 +0000 (17:28 +0000)]
Makefile: bump version
mingw/wintesto.cmd: regenerate

22 years agoClean up.
robertl [Mon, 2 Feb 2004 17:26:42 +0000 (17:26 +0000)]
Clean up.

22 years agoAdd 1252 conversions for hint and shortname.
robertl [Mon, 2 Feb 2004 17:02:36 +0000 (17:02 +0000)]
Add 1252 conversions for hint and shortname.

22 years agoInitial upload
jfatherton [Sun, 1 Feb 2004 06:32:48 +0000 (06:32 +0000)]
Initial upload

22 years agoInitial upload
jfatherton [Sun, 1 Feb 2004 06:23:26 +0000 (06:23 +0000)]
Initial upload

22 years agoA number of changes suggested by Kjeld to make this play nicer with geocaching
robertl [Sun, 1 Feb 2004 05:09:09 +0000 (05:09 +0000)]
A number of changes suggested by Kjeld to make this play nicer with geocaching
gpx files.

22 years agoRegenerate dependencies.
robertl [Sun, 1 Feb 2004 05:08:31 +0000 (05:08 +0000)]
Regenerate dependencies.